home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Applications / nanoInstall 1.0 / source / nanoInstall.h < prev    next >
C/C++ Source or Header  |  1996-07-05  |  276b  |  16 lines

  1. #pragma once
  2.  
  3. #include <Files.h>
  4. #include <Finder.h>
  5. #include <Memory.h>
  6.  
  7. #include "standardfile_.h"
  8. #include "standardgetfile.h"
  9. #include "standardputfile.h"
  10.  
  11. void InitToolbox( void);
  12. OSErr writeThem( void);
  13. OSErr readThem( void);
  14.  
  15. extern const unsigned char emptyPString[];
  16.